home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / DDPLUS71.ZIP / IBBS.ZIP / READMSGS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-03-23  |  86 b   |  11 lines

  1. {$M $C000,0,100000}
  2.  
  3. uses
  4.  crt,
  5.  ibbs;
  6.  
  7. begin
  8.  read_all_msgs;
  9.  clrscr;
  10. end.
  11.